body
{
}
    .CtrlTableStyle 
    {
		BORDER-RIGHT:1px solid; 
		BORDER-TOP: 1px solid; 
		BORDER-LEFT: 1px solid; 
		BORDER-BOTTOM: 1px solid;
		border-color: lightgrey;
		background-color: #F5F5F5;
	}
		
    .TitleTableBack 
    {
		background-color: #D3D3D3;
    }
    .ButtonStyle 
    {
		background-color: White;
		border-color: #B0C4DE;
		border-style:solid;
		border-width: 1;
    }
    .TitleStyle 
    {
		background-color: #ACACAC;
		color: White;
		font-weight: Bold;
		font-family: 'Verdana';
	}
	.LabelStyle {
		background-color:Transparent;
		color: Black;
		font-weight:normal;
		font-family: 'Lucida Console';
		font-size: smaller;
	}
	.LabelStyleMini {
		background-color:Transparent;
		color: Black;
		font-weight:normal;
		font-family: 'Lucida Console';
		font-size: 12;
                font-weight:bold;
	}
	.LabelMenu {
		background-color:Transparent;
		color: Black;
		font-weight:normal;
		font-family: 'Verdana';
		font-size: smaller;
	}
	.LabelStyleT {
		background-color:Transparent;
		color: #0046D5;
		font-weight:normal;
		font-family: 'Lucida Console';
		font-size: smaller;
	}
	.TableStyle 
	{
		background-color:Transparent;
		BORDER-RIGHT: thin solid; 
		BORDER-TOP: thin solid; 
		BORDER-LEFT: thin solid; 
		BORDER-BOTTOM: thin solid
	}
	.ControlStyle {
		border-color: #B0C4DE;
		border-style:solid;
		border-width: 2;
		background-color:White;
		font-family: 'Verdana';
	}
	.ControlRoStyle {
		border-color: #191970;
		background-color: #DCDCDC;
		border-style:solid;
		border-width: 2;
		font-family: 'Verdana';
	}
	
	.PanelStyle 	{
		border-color: #191970;
		background-color:#DCDCDC;
		font-family: 'Verdana';
	}
	
	.PanelListStyle 	{
		border-color: #ACACAC;
		border-style: solid;
		border-width: 1;
                background-color: #DCDCDC;
		font-family: 'Verdana';
	}
	
	.ButtonLightStyle 
	{
		border-color: #191970;
		background-color: White;
		border-style: solid;
		border-width: 2;
		width: 26;
		font-family: 'Verdana';	
	}

